testing.matcher.fullName (method)
8 uses
testing (current package)
benchmark.go#L533: if _, matched, _ := ctx.match.fullName(nil, Benchmark.Name); matched {
benchmark.go#L632: benchName, ok, partial = b.context.match.fullName(&b.common, name)
fuzz.go#L400: if _, ok, _ := f.testContext.match.fullName(nil, name); ok {
fuzz.go#L491: testName, matched, _ := tctx.match.fullName(nil, ft.Name)
fuzz.go#L496: if _, fuzzMatched, _ := mFuzz.fullName(nil, ft.Name); fuzzMatched {
fuzz.go#L556: name, ok, _ := tctx.match.fullName(nil, fuzzTests[i].Name)
match.go#L66: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
testing.go#L1455: testName, ok, _ := t.context.match.fullName(&t.common, name)